Posts
Sort by recent activity
Very minor bug in "expand wildcard"
I know this is a minor issue but it's so odd I thought I would pass it along. Looking at the following code SELECT *FROM( SELECT rpt_rec_num, LEFT(cell_row, 3) AS cell_row, ...