← Back to context Comment by lateforwork 2 days ago It should have arrays, and loops and conditionals. 2 comments lateforwork Reply yawaramin 20 hours ago OK. My definition is that it should be able to add two integers together and give you a result somehow. So in SQL: select 1+1; -- Result: 2 In HTML: not possible.That's the key difference. Izkata 2 days ago Slightly simplistic: table rows cover arrays, recursive CTEs cover loops, and JOIN/WHERE cover conditionals.
yawaramin 20 hours ago OK. My definition is that it should be able to add two integers together and give you a result somehow. So in SQL: select 1+1; -- Result: 2 In HTML: not possible.That's the key difference.
Izkata 2 days ago Slightly simplistic: table rows cover arrays, recursive CTEs cover loops, and JOIN/WHERE cover conditionals.
OK. My definition is that it should be able to add two integers together and give you a result somehow. So in SQL:
In HTML: not possible.
That's the key difference.
Slightly simplistic: table rows cover arrays, recursive CTEs cover loops, and JOIN/WHERE cover conditionals.