Computer Learning Tricks
Tuesday, May 30, 2017
Use of BETWEEN in RDBMS
It is used for specifying a range to test
Example
SELECT title_id, ytd_sales
FROM
WHERE ytd_sales BETWEEN 4095 AND 12000
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment