Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4085070
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T18:31:24+00:00 2026-05-20T18:31:24+00:00

I have a SQL Function like this; ALTER FUNCTION [dbo].[fngcodeme] ( @HESAP INT, @DOV

  • 0

I have a SQL Function like this;

ALTER FUNCTION [dbo].[fngcodeme]
(
    @HESAP INT, @DOV INT, @TEKLIF VARCHAR(10)
)
RETURNS FLOAT

AS
BEGIN

DECLARE @Result float

SET @Result = (SELECT SUM(TUTAR)
    FROM YAZ..MARDATA.M_GHAREKET
    WHERE TEMEL_HESAP = @HESAP
    AND DOVIZ_KOD = @DOV
    AND REF_KOD = 'GC'
    AND BACAK_GRUP = 'PERT'
    AND ISL_KOD = 1
    AND ACIKLAMA LIKE '% + @TEKLIF + %''')


RETURN @Result

END

This is perfectly work.

This SQL also work. Result is 18587.73

SELECT SUM(TUTAR)
 FROM YAZ..MARDATA.M_GHAREKET
 WHERE TEMEL_HESAP = 1252
 AND DOVIZ_KOD = 21
 AND REF_KOD = 'GC'
 AND BACAK_GRUP = 'PERT'
 AND ISL_KOD = 1
 AND ACIKLAMA LIKE '%S08-2/334%'

But when i want to start this function with parameters in SQL Server;

 SELECT dbo.fngcodeme(1252, 21, 'S08-2/334')

Result is getting NULL.

I don’t understand what i’m doing wrong..!

Anyone idea??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T18:31:25+00:00Added an answer on May 20, 2026 at 6:31 pm

    Need to to fix the @TEKLIF filter

    AND ACIKLAMA LIKE '%' + @TEKLIF + '%'
    

    You are actually searching for this value currently

    % + @TEKLIF + %'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Function like this; ALTER FUNCTION [dbo].[fngcodeme] ( @HESAP INT, @DOV INT,
I have a SQL Server database designed like this : TableParameter Id (int, PRIMARY
In my SQL i have a column like this SUM(ISNULL(CAST(A.ODENEN_ANAPARA AS FLOAT),0)+ISNULL(CAST(A.FAIZ AS FLOAT),0)+
I'm currently debugging an Ms SQL Function (SQL 2008). In this function, I have
I have the following scalar function in MS SQL 2005: CREATE FUNCTION [dbo].[Distance] (
I have a function like this public DataTable GetAllPrimaryKeyTables(string localServer, string userName, string password,
I have a function I'd like to transform into a LINQ to SQL expression,
I have a SQL like this; SELECT B.HESAP_NO, B.TEKLIF_NO1 + '/' + B.TEKLIF_NO2 AS
I have a PL/SQL function (running on Oracle 10g) in which I update some
I have an MS SQL function that is called with the following syntax: SELECT

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.