bccber

Results 2 comments of bccber

I need to generate this SQL, what should I do? SELECT a, b, a-b as 'c' FROM t_order WHERE (a-b BETWEEN 10 AND 100)

In the where statement, use the operator