questdb / roadmap

QuestDB Public Roadmap
6 stars 0 forks source link

Support for SQL DELETE #10

Open bluestreak01 opened 2 years ago

bluestreak01 commented 2 years ago

Summary

This is a sister problem to #7. We aim to support delete SQL in similar use-cases.

Expected outcome

The following syntax will be supported

[ WITH with_query [, ...] ]
DELETE FROM table_name  [ [ AS ] alias ]
    [ USING from_item [, ...] ]
    [ WHERE condition ]

This issue depends on #9

saurav100-coder commented 2 years ago

Is QuestDb support 'update' and 'delete' crud operation? if yes please explain how

Roh-codeur commented 1 year ago

@bluestreak01 awesome product! looks like [#9 ] is complete - do we know if we have made any progress on this please? this is quite key to our adoption of QuestDB

ta!

ghost commented 1 year ago

Does anybody know how much this would take to implement? Is there a way we can help with it?

1185497683 commented 1 year ago

Is QuestDb support 'update' and 'delete' crud operation? if yes please explain how

chen-001 commented 1 year ago

I tested yesterday, Questdb still does not support DELETE. But UPDATE is supported. Examples for UPDATE are shown on examples for UPDATE

hokletrain commented 2 weeks ago

Hi guys, any progress on this?