About 145,000 results
Open links in new tab
  1. SQL - Using placeholders to retrieve rows that are LIKE the placeholder

    Mar 4, 2019 · You must not put the parameter placeholders inside a quoted SQL string literals in your query. Parameters are an alternative to using string literals. I would write the query like this:

  2. Change Placeholder Text using jQuery - Stack Overflow

    I am using a jQuery placeholder plugin (https://github.com/danielstocks/jQuery-Placeholder). I need to change the placeholder text with the change in dropdown menu.

  3. SAP HANA SQL Query with Dynamic Placeholder - Stack Overflow

    Apr 2, 2018 · 4 I have a query that is passing the current year as a placeholder parameter that right now is hard coded. How can I have this just pass the current year? I've seen a few different potential …

  4. How to use placeholder '?' in LIKE operator? - Stack Overflow

    Apr 29, 2019 · I just provide one value at run time and based on that value the query will fetch me the results using LIKE operator. My query is shown below I have used placeholder '?' since my query is …

  5. How to use placeholders in like clause in SQL query?

    Oct 4, 2021 · How to use placeholders in like clause in SQL query? Asked 4 years, 2 months ago Modified 4 years, 1 month ago Viewed 1k times

  6. reactjs - Put query into isPlaceholderData with QueryClient methods ...

    Jun 18, 2025 · This means the query is in a hard loading state, with no placeholder data, on initial mount. Then, when the queryKey changes, it goes into a 'soft' loading state: placeholder data shown, …

  7. reactjs - What is the difference between the 'initialData' and ...

    Aug 22, 2024 · 1 I'm trying to understand the difference between the initialData and placeholderData options in the React Query v5 useQuery hook. I'm unclear on when to use each of these options. …

  8. sap hana placeholders pass * parameter with arrow notation

    In SQL, the placeholder search is done via LIKE and the placeholder character is %, not *. To mimic the ABAP behaviour when using calculation views, the input parameters must be used in filter …

  9. Difference between Placeholder and parameter - Stack Overflow

    Feb 26, 2020 · Was there some sort of exam question that made a difference? I would normally consider placeholder and parameter to be synonyms, and the phrase as spoken to be simply explaining …

  10. xml - Example values (placeholder) for query parameters in Swagger ...

    Dec 15, 2021 · This works fine, but it also adds the description text in the textbox placeholder: I saw that the placeholder can be changed, if the generated JSON has an 'example' value for the query …