Is mysql support shape command ???
HI I'AM USING SHAPE COMMAND IN MYSQL THEN I GOT SYNTAX ERROR,.... IS MYSQL SUPPORT SHAPE COMMAND ? HERE IS MY CODE
sql = "SHAPE { select school_year,student_no,concat(yearlevel,'-',section) as ylsec from assessedstudent_1_view } as cat "
sql = sql & " APPEND ({ select concat(lastname,' ',first_name,' ',mid_name) as fullname,concat(yearlevel,'-',section) as ylsec from assessedstudent_1_view}"
sql = sql & " Relate ylsec to ylsec)"
I'AM USING VB6 AND MYSQL:ehh::confused::ehh:
Re: Is mysql support shape command ???
Duplicate threads merged - please post each question (or variation of it) only once.
I have also deleted the copies you posted to other peoples threads - please do not post your own questions in existing threads.