21.09.2016, 13:20
That is really depends on what you want to select (which columns). An example of what I meant in my previous post:
and then retrieving it like:
dest will be empty because there is no data selected for column2, what we selected were the data for column1.
Код:
SELECT column1 FROM table LIMIT 1;
Код:
cache_get_field_content(0, "column2", dest);

