I'm editing some views and came across something that is new to me:
SELECT rn3.create_date
FROM receipt_note rn3
WHERE rn3.receipt_num = receipt_data.receipt_num
I'm just wondering what the rn3
does in the from part of the statement?
As there isn't a comma between them showing its another table and I dont see a table or view in my database called rn3.