Forum Replies Created

Viewing post 1 (of 2 total)

  • Reply To: A simple math expression solver

    MS SQL SERVER

    UserDefinedFunction

    Worked Perfact For Me, can work for all Ms Sql Vession

    CREATE FUNCTION [dbo].[MyMathMDAS] (@EXP Varchar(8000)) RETURNS Varchar(8000) AS

    BEGIN

    DECLARE @i int, @p2 int, @oCnt int

    DECLARE @oAct Varchar(1), @ch0 Varchar(1),...

    Attachments:
    You must be logged in to view attached files.

Viewing post 1 (of 2 total)