There is a table that has some rows and every row is isolated by this format:
row 1: g_
row 2: g_1_
row 3: g_1_2_
row 4: g_2_
row 5: g_99999_
row 6: g_99999_44_
I want to select rows by like command that are between g_1_
and g_99999_
in this example they are: g_1_ , g_2_ and g_99999_