Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Searching for the last six digits
Message
From
19/04/2013 09:24:46
 
 
To
19/04/2013 04:29:31
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01571435
Message ID:
01571474
Views:
38
>Try any of the following
>
>
>Select * from mytable where Right ( myfiled,6)=myEnteredvalue
>Select * from mytable where Right (Alltrim( myfiled,6)=myEnteredvalue
>
>
>If myfiled is Numeric , than you need to use STR() also.
>
>Hope That Helps

Thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform