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 6672541
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T03:31:14+00:00 2026-05-26T03:31:14+00:00

I have a couple of views which use the SELECT CASE syntax.However when I

  • 0

I have a couple of views which use the SELECT CASE syntax.However when I create a back up scripts and try restoring I get syntax errors.Keep in mind however the view was sucessfully created in the first place.

On of my several “SELECT CASE” syntax view is right here

DROP VIEW IF EXISTS `v_stockmovement` ;
CREATE VIEW `v_stockmovement`   
AS
SELECT stock_mov.id AS ID,
stock_category.stock_category_code AS categorycode,
stock_mov_type,
(SELECT CASE stock_mov_type 
WHEN 1 THEN 'Stock Issue' 
WHEN 2 THEN 'Stock Reorder'
WHEN 3 THEN 'Stock Adjustment'
ELSE '' END) AS stock_mov_typedesc,
(SELECT stock_mov_unitcost * stock_mov_quantity) AS cost,
stock_mov_comments
FROM stock_mov
INNER JOIN stock ON stock.stock_code = stock_mov.stock_mov_linkstockcode
INNER JOIN stock_category ON stock_category.stock_category_code = stock.stock_linkcategory
; 

What could I be missing?

  • 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-26T03:31:15+00:00Added an answer on May 26, 2026 at 3:31 am

    try this: (I’ve removed the brackets and the SELECT around the CASE statement)

    DROP VIEW IF EXISTS `v_stockmovement` ;
    CREATE VIEW `v_stockmovement`   
    AS
    SELECT stock_mov.id AS ID,
    stock_category.stock_category_code AS categorycode,
    stock_mov_type,
    CASE stock_mov_type 
      WHEN 1 THEN 'Stock Issue' 
      WHEN 2 THEN 'Stock Reorder'
      WHEN 3 THEN 'Stock Adjustment'
      ELSE '' 
    END stock_mov_typedesc,
    stock_mov_unitcost * stock_mov_quantity AS cost,
    stock_mov_comments
    FROM stock_mov
    INNER JOIN stock ON stock.stock_code = stock_mov.stock_mov_linkstockcode
    INNER JOIN stock_category ON stock_category.stock_category_code = stock.stock_linkcategory
    ; 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a couple of views which are rendering the same template and I
I have a fairly straightforward and common use case. A panel, in which resides
I have an application with many views. I want only a couple of the
ok I have couple of .NET classes that I want to use in VBA.
Here's the problem: I have couple of pages which gets its content from a
I have a queryset that is reasonably complicated, which I currently use in a
I currently have a listview which contains a couple of strings. These are called
I have a view like this: CREATE VIEW MyView AS SELECT Column FROM Table
I have a UIScrollView which contains a view controller which contains a couple of
I have couple questions regarding some C++ rules. Why am I able to call

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.