Answers for "get length of table sql"

SQL
0

Sql select by content lenght

$query = ("SELECT * FROM $db WHERE conditions AND LENGTH(col_name) = 3");
Posted by: Guest on April-23-2020
-1

check size of table sql

SELECT pg_size_pretty( pg_total_relation_size('tablename') );
(postgres)
Posted by: Guest on June-15-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language