Include column names after the where clause. If alias is present using alias.column name format
When using WHERE clause in select or update query, columns name don't appear even if alias.ColumnName is used e.g.
SELECT
*
FROM
Table t1
WHERE
t1.? (Columns should appear here)
1
vote
Shahzad Hassan
shared this idea