Hi,
I have a select field with the attached lookup:
SELECT DISTINCT(username) AS username FROM radacct ORDER BY username
As the number of username values grow I want to switch to text autocomplete but if i use the same lookup in it:
SELECT DISTINCT(username) AS username FROM radacct
It gives following error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘AS username = ‘’’ at line 1
select DISTINCT(username) AS username from radacct where (username) AS username = ‘’
Any hints?
Thanks,
xaled