![]() |
How to split a field into two fields
I have the following fields in table A:
Code:
GL_ID| Date |GL_Name_VC | Amount |Period_TI|Year_SIfor a report that looks something as below: Code:
Period | Date | GL_Name_VC | Debit | Credit| Net Change | BalanceCode:
Opening Balance = carried forward balance from Year 2005 |
Re: How to split a field into two fields
Here is the query
Code: SQL
|
Re: How to split a field into two fields
Hi Coderzone
Thanks for the help, but, there seems to be some problem here while running the script, here is the error message from prompted by the sql query analyzer: Server: Msg 207, Level 16, State 3, Line 1 Invalid column name 'dt1'. Any idea what's the error here? |
Re: How to split a field into two fields
Quote:
Code: SQL
|
| All times are GMT +5.5. The time now is 06:18. |