Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

lesser than or equal to symbol in postgres

SELECT *
FROM inventory
WHERE inventory_id <= 25;
Source by www.techonthenet.com #
 
PREVIOUS NEXT
Tagged: #lesser #equal #symbol #postgres
ADD COMMENT
Topic
Name
9+5 =