how to put dot and comma in columns of sql table?
hi!
i am create one table and one Column is like:
Message_cost,ex.VAT VARCHAR(20)
how to write query to create this type of columns in a table. i am write like
Message_cost','ex'.'VAT varchar(20). but it shows an error.
Thanks.