Hi!
I think my queries started to act strange.
First problem is when I select several fields from a table and then go to SQL, it always has a comma and a * at the end of the first row.
For example:
SELECT Id, FieldX, FieldY, *
FROM...
Normally it should be:
SELECT Id, FieldX, FieldY...