sql - what should be the datatype of field to store arrays -
i want store array (say example 20*20) in ms sql server,then should datatype of same? table test , fields id,focus,name. want store arrays in focus field. please tell me how that
you shouldn't.
you should create separate table (eg: testfocus) row each element of array, , foreign key test table.
Comments
Post a Comment