Getting Started with Adobe After Effects - Part 6: Motion Blur
First Time? You can support us by signing up. It takes only 5 seconds. Click here to sign up. If you already have an account, click here to login.

Friends

Request Friendship



Upload Image

28 years old
Ahmedabad
Male

My Sections

Krishnrajsinh Rana
136 · 1% · 360

Krishnrajsinh Rana - Just Learned

  • How to check value is a whole number or having decimal fraction in sql sever?

    Krishnrajsinh Rana Learned 6 Months ago through Just Learned | 1 Point
    The trick is to append `.0e0` to the string and if it returns 1, the value is a whole number (no decimal fractions). DECLARE @val VARCHAR(100) SELECT @val = 'a' SELECT ISNUMERIC(@val + '.0e0') -- Returns 0 SELECT @val = '25' SELECT ISNUMERI...
    maninderwadhva
    2119 · 0% · 6
  • Removing Special Characters From String.

    Krishnrajsinh Rana Liked 10 Months ago through Just Learned | 1 Point
    Hi, Just now i Wrote one query to remove special characters from a string.. Hope this is useful. DECLARE @I VARCHAR(100) SELECT @I ='abhi *s d ^.l' WHILE PATINDEX('%[^A-Za-z0-9 ]%' , @I ) <> 0 BEGIN SELECT @I= STUFF(@I,PA...
    ABHISHEKONLINE4ALL
    104 · 2% · 503
  • Removing Special Characters From String.

    Krishnrajsinh Rana Learned 10 Months ago through Just Learned | 1 Point
    Hi, Just now i Wrote one query to remove special characters from a string.. Hope this is useful. DECLARE @I VARCHAR(100) SELECT @I ='abhi *s d ^.l' WHILE PATINDEX('%[^A-Za-z0-9 ]%' , @I ) <> 0 BEGIN SELECT @I= STUFF(@I,PA...
    ABHISHEKONLINE4ALL
    104 · 2% · 503
  • Removing Special Characters From String.

    Krishnrajsinh Rana Liked 10 Months ago through Just Learned | 1 Point
    Hi, Just now i Wrote one query to remove special characters from a string.. Hope this is useful. DECLARE @I VARCHAR(100) SELECT @I ='abhi *s d ^.l' WHILE PATINDEX('%[^A-Za-z0-9 ]%' , @I ) <> 0 BEGIN SELECT @I= STUFF(@I,PA...
    ABHISHEKONLINE4ALL
    104 · 2% · 503
  • Removing Special Characters From String.

    Krishnrajsinh Rana Learned 10 Months ago through Just Learned | 1 Point
    Hi, Just now i Wrote one query to remove special characters from a string.. Hope this is useful. DECLARE @I VARCHAR(100) SELECT @I ='abhi *s d ^.l' WHILE PATINDEX('%[^A-Za-z0-9 ]%' , @I ) <> 0 BEGIN SELECT @I= STUFF(@I,PA...
    ABHISHEKONLINE4ALL
    104 · 2% · 503
  • Remove decimals from a number using TSQL function PARSENAME()

    Krishnrajsinh Rana Liked 11 Months ago through Just Learned | 1 Point
    Normally, people uses PARSENAME fuction to retrieve Server,Database,Owner and Object from four part query. Here is another use of same to remove decimal points SELECT PARSENAME('$12,345.00',2) -- $12,345...
    chiragce
    196 · 1% · 238
  • Remove decimals from a number using TSQL function PARSENAME()

    Krishnrajsinh Rana Learned 11 Months ago through Just Learned | 1 Point
    Normally, people uses PARSENAME fuction to retrieve Server,Database,Owner and Object from four part query. Here is another use of same to remove decimal points SELECT PARSENAME('$12,345.00',2) -- $12,345...
    chiragce
    196 · 1% · 238
  • Remove decimals from a number using TSQL function PARSENAME()

    Krishnrajsinh Rana Liked 11 Months ago through Just Learned | 1 Point
    Normally, people uses PARSENAME fuction to retrieve Server,Database,Owner and Object from four part query. Here is another use of same to remove decimal points SELECT PARSENAME('$12,345.00',2) -- $12,345...
    chiragce
    196 · 1% · 238
  • Remove decimals from a number using TSQL function PARSENAME()

    Krishnrajsinh Rana Learned 11 Months ago through Just Learned | 1 Point
    Normally, people uses PARSENAME fuction to retrieve Server,Database,Owner and Object from four part query. Here is another use of same to remove decimal points SELECT PARSENAME('$12,345.00',2) -- $12,345...
    chiragce
    196 · 1% · 238
  • Check dependencies of Table

    Krishnrajsinh Rana Liked 11 Months ago through Just Learned | 1 Point
    I needed to check where all a table is being used in a database or which objects are dependent on a table. Searched google and Pinal was on top :) Here is the code. SELECT referencing_schema_name, referencing_entity_name, referencing_id, r...
    Sudeep Raj
    12 · 13% · 4297
Previous 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | ... Next

Managed Windows Shared Hosting by OrcsWeb

Copyright © Rivera Informatic Private Ltd.