You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "airlines" WHERE ("airlines"."name" >> '---\n- MyQuery\n') LIMIT 30 OFFSET 0) subquery_for_count"
Need to use SIMILAR TO instead of >>
"SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "airlines" WHERE ("airlines"."name" >> '---\n- MyQuery\n') LIMIT 30 OFFSET 0) subquery_for_count"