Sublime Forum

SQL Queries Problem

#1

When I write an SQL query like this:

$sql = "
SELECT
*
FROM
mytable
WHERE
id = 6
";

After typing SELECT, then hitting return, I get a pg_select function replacing the SELECT. This is very annoying.

0 Likes