How can I get the field values form LF.entry_prop when the field name has spaces or can I use a wildcard to get all the values?
Or
How can I use a wild card to get all the field values from LF.Entry_prop. The following query does not work:
SELECT LF.Entry_prop.*
From LF.Entry_prop
WHERE LF.Entry_prop.entry_id =45883
Thanks