I can see query is running something like:
select * from <table_name> where (false);
But my question is:
In where (false), what is false? Is this talking about entire record to be false, because there is no sense of any table column here? If yes, then what is meaning of a record, to be false or true?
Does above query consider some column to get data from the table related to Model?