Hi all,
I have an SQL query as follows:
Code:
Select bilgiler.*,(year(islemtarihi)-year(dogumtarihi)) as age from bilgiler where age between 1 and 25
MySQL does not accept the query. I need to create the field "yas" dynamically (field actually does not exist) and filter the people whose age is between 1 and 25.
Is there a way to do this?
Thanks
telmessos