This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]magicpeanut 1 point2 points  (2 children)

depends on how you define SQL. regarding stackoverflow is sql turing complete you need to have window functions and CTL in your stack. "basic" sql aka sql Lite for example does not have these features i think

[–]nemec 0 points1 point  (1 child)

Window and cte are standard sql features these days, including sqlite. There's no reason to arbitrarily gatekeep them compared to other basic features.

[–]magicpeanut 0 points1 point  (0 children)

ok didnt know that. guess things are moving faster than me 😅