sql server - How can i increase number of rows in sql table -


this table structure

id name 1 2 b 3 c 4 d 

how can number rows=16 if number of records=m resultant should m^2

i tried query result

select * t union select * t union  select * t union select * t 

select * table t1 cross join table t2 

demo


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -