bayeslite icon indicating copy to clipboard operation
bayeslite copied to clipboard

CREATE OR REPLACE TABLE syntax might be nice

Open tibbetts opened this issue 9 years ago • 1 comments

CREATE OR REPLACE as syntax similar to CREATE IF NOT EXIST but instead drop if it is already there. Yes you can drop if exists first, but I think create or replace is clearer.

tibbetts avatar Sep 17 '15 18:09 tibbetts

Hmm... Right now BQL doesn't have CREATE TABLE in the first place. It might not be too hard to add, but I'm not sure of the value of it. Can you show an example in the wild where you really want this?

riastradh-probcomp avatar Sep 17 '15 19:09 riastradh-probcomp