In access query, i can use following expression to show "AnyInteger "
in the format of "0000"
CStr(Format(Any Integer,"0000") )
eg:
12 yields to 0012
8 yields to 0008
how should i use CONVERT() function in SQL SERVER to achive my goal
please?
in the format of "0000"
CStr(Format(Any Integer,"0000") )
eg:
12 yields to 0012
8 yields to 0008
how should i use CONVERT() function in SQL SERVER to achive my goal
please?
Comment