Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

greater than or equal to symbol in postgres

SELECT *
FROM products
WHERE product_id >= 50;
Source by www.techonthenet.com #
 
PREVIOUS NEXT
Tagged: #greater #equal #symbol #postgres
ADD COMMENT
Topic
Name
3+4 =