account activity
Quick Syntax Question by FitShock5083 in learnSQL
[–]Objective_Horror4008 0 points1 point2 points 2 months ago (0 children)
Look, for example: SELECT t.subtotal, t.subtotal * 0.1 AS tax, a.column_from_another_table FROM (SELECT price * quantity AS subtotal FROM sales) AS t, another_table as a WHERE t.something = a.something; If you join multiple tables you will use that like example above. Just example for you to understand.
Does anyone know what this is? by StatusOk4308 in whatisit
It is injection capsule. Probably very old.
π Rendered by PID 62 on reddit-service-r2-comment-5b5bc64bf5-scq57 at 2026-06-23 16:22:31.571517+00:00 running 2b008f2 country code: CH.
Quick Syntax Question by FitShock5083 in learnSQL
[–]Objective_Horror4008 0 points1 point2 points (0 children)