X
x-rays
Hello all,
I have a simple select query, I have a date column that formatted as
"dd/mm/yyyy". When doing this the column must have an alias column name
instead of the original one, what I mean:
Select Key, Format(DateCol, "dd/mm/yyyy") as DateCol1
If I use as an alias col. name the real col. name DateCol:
Select Key, Format(DateCol, "dd/mm/yyyy") as DateCol
then access appears the message "Circular reference caused by alias
'DateCol' in query definition's SELECT list"
Is there any trick to appear the column with its original name?
Thanks in advance!
I have a simple select query, I have a date column that formatted as
"dd/mm/yyyy". When doing this the column must have an alias column name
instead of the original one, what I mean:
Select Key, Format(DateCol, "dd/mm/yyyy") as DateCol1
If I use as an alias col. name the real col. name DateCol:
Select Key, Format(DateCol, "dd/mm/yyyy") as DateCol
then access appears the message "Circular reference caused by alias
'DateCol' in query definition's SELECT list"
Is there any trick to appear the column with its original name?
Thanks in advance!