User Profile
Collapse
-
Actually two of threads were futher explanation of the problem.... -
I really want to delete a column based on the following example:
Table 1
FinancilaPeriod Month UdateMonth
ThisYearMonthEn d01 Jan
ThisYearMonthEn d02 Feb
ThisYearMonthEn d03 Mar
ThisYearMonthEn d04 Apr
ThisYearMonthEn d05 May
ThisYearMonthEn d06 Jun
ThisYearMonthEn d07 Jul
ThisYearMonthEn d08 Aug
ThisYearMonthEn d09 Sep
ThisYearMonthEn d10 Oct Oct
ThisYearMonthEn d11...Leave a comment:
-
Delete Column
--------------------------------------------------------------------------------
I want to delete a colum in a table using the following sql statement:
ALTER TABLE tblMarketing DROP COLUMN ThisYearMonthEn d10. In addition I only want to delete the column if it meets specific crietria. The crirtria is stored in the table below. If the UdateMonth is not null then I want to delete.
FinancilaPeriod...Leave a comment:
-
Delete Column Using Specific Crietria
--------------------------------------------------------------------------------
I want to delete a colum in a table using the following sql statement:
ALTER TABLE tblMarketing DROP COLUMN ThisYearMonthEn d10. In addition I only want to delete the column if it meets specific crietria. The crirtria is stored in the table below. If the UdateMonth is not null then I want to delete....Leave a comment:
-
Delete Column Using Specific Crietria
I want to delete a colum in a table using the following sql statement:
ALTER TABLE tblMarketing DROP COLUMN ThisYearMonthEn d10. In addition I only want to delete the column if it meets specific crietria. The crirtria is stored in the table below. If the UdateMonth is not null then I want to delete.
FinancilaPeriod Month UdateMonth
ThisYearMonthEn d01 Jan
ThisYearMonthEn d02...Leave a comment:
-
Delete Column
I want to delete a colum in a table using the following sql statement:
ALTER TABLE tblMarketing DROP COLUMN ThisYearMonthEn d10. In addition I only want to delete the column if it meets specific crietria. The crirtria is store in the table below. If the UdateMonth is not null then I want to delete.
FinancilaPeriod Month UdateMonth
ThisYearMonthEn d01 Jan
ThisYearMonthEn d02 Feb
ThisYearMonthEn d03 Mar ...
No activity results to display
Show More
Leave a comment: