1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

How to get range of records from TEMP TABLE with alphanumeric column?

Discussão em 'StackOverflow' iniciado por fdantas, Agosto 14, 2015.

  1. fdantas

    fdantas Administrator Moderador

    I have a TEMP TABLE with an alphanumeric column and I want to get the range of records on basis of 2 filters.

    **Filters:** Begin filter and End filter.

    **For Example: Column data:**
    A123
    A145
    B002
    B234
    C095
    C456
    D001
    D345


    Begin filter -> A14 and End filter -> D12

    **Expected Result:**
    A145
    B002
    B234
    C095
    C456
    D001


    Is there any way to do it?

    Thanks in Advance!

    Continue reading...

Compartilhe esta Página